home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / painte1a / frmreadm.frm (.txt) < prev    next >
Visual Basic Form  |  1999-09-09  |  2KB  |  61 lines

  1. VERSION 5.00
  2. Begin VB.Form frmREADME 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "READ ME"
  5.    ClientHeight    =   4035
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   6405
  9.    Icon            =   "frmREADME.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   4035
  14.    ScaleWidth      =   6405
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Height          =   315
  19.       Left            =   2670
  20.       TabIndex        =   2
  21.       Top             =   3675
  22.       Width           =   1050
  23.    End
  24.    Begin VB.TextBox Text1 
  25.       Height          =   3135
  26.       Left            =   60
  27.       Locked          =   -1  'True
  28.       MultiLine       =   -1  'True
  29.       ScrollBars      =   2  'Vertical
  30.       TabIndex        =   1
  31.       Text            =   "frmREADME.frx":0442
  32.       Top             =   480
  33.       Width           =   6300
  34.    End
  35.    Begin VB.Label Label1 
  36.       Alignment       =   2  'Center
  37.       Caption         =   "ProGfx Version 0.20 Alpha Release Info"
  38.       BeginProperty Font 
  39.          Name            =   "Arial"
  40.          Size            =   14.25
  41.          Charset         =   0
  42.          Weight          =   700
  43.          Underline       =   0   'False
  44.          Italic          =   0   'False
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       Height          =   315
  48.       Left            =   60
  49.       TabIndex        =   0
  50.       Top             =   90
  51.       Width           =   6300
  52.    End
  53. Attribute VB_Name = "frmREADME"
  54. Attribute VB_GlobalNameSpace = False
  55. Attribute VB_Creatable = False
  56. Attribute VB_PredeclaredId = True
  57. Attribute VB_Exposed = False
  58. Private Sub Command1_Click()
  59. Unload Me
  60. End Sub
  61.